@import url(comm/base.css);
@import url(comm/Nav.css);

@import url(comm/Slideshow.css);
@import url(comm/bottom.css);

#top {
    /* background: url(../images/banner1.png) no-repeat center #132647; */
    /* background-position: center 0px; */
    /* background-size: cover; */
    height: 400px;
    /* width: 100%; */
    /* background: url(../../images/home/banner2.jpg) no-repeat center #132647; */
    /* background-size: 1920px 100%; */
    margin-top: 0px;
    margin: 0 auto;

}

.product {

    margin: 40px auto;

    overflow: hidden;
    text-align: center;
}

.product_title {

    text-align: center;
}

.product_centen {
    width: 374px;
    margin-top: 20px;
    border: 1px solid red;
    border: 1px solid #656B79;
    float: left;
    border: 1px solid rgba(222, 222, 222, 1);
    box-shadow: 0 3px 13px 0 rgb(0 0 0 / 17%);
    background: #ffffff;
    position: relative;
    height: 600px;
}

.distance {
    margin-left: 27px;
    margin-right: 27px;
}

.product_centen>img {
      width: 374px;
    height: 193.5px;
}

.titl {
    font-size: 20px;
    width: 100%;
    height: 70px;
    line-height: 77px;
    text-align: center;
    color: #000000;
    font-weight: 800;
    background: url(../images/product_title_btf.png) no-repeat center 60px;
}

.intro {
    color: #848484;
    line-height: 28px;
    padding: 0 40px;
    font-size: 18px;
}

.more {
    background: url(../images/more.png) no-repeat center;
    font-size: 0;
    height: 30px;
    width: 70px;
    position: absolute;
    bottom: 15px;
    right: 27px;
    background-size: 80%;
}

.product-more {
    width: 100%;
    height: 70px;
    padding: 10px;
    margin: 30px auto 90px;
}

.product-more a {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 50px;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
}

/***case***/
#case {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}


.case-content {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;

}

.case-content>div {
    width: 400px;
    height: 248px;
    float: left;
}

.case-content>div {
    position: relative;
}

/* .case-content>div>a { */
/* text-align: center; */
/* } */

.case-content>div:hover::before {
    position: absolute;
    content: '';
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/overaly.png);
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.case-content>div:hover>a {
    color: #ffffff;
}

.case-content #education {
    background: url("../images/index/case/education.jpg") no-repeat center;
}

.case-content #medical {
    background: url("../images/index/case/medical.jpg") no-repeat center;
}

.case-content #traffic {
    background: url("../images/index/case/traffic.jpg") no-repeat center;
}

.case-content #communication {
    background: url("../images/index/case/communication.jpg") no-repeat center;

}

.case-content #electricity {
    background: url("../images/index/case/case.jpg") no-repeat center;
}

.case-content #mail {
    background: url("../images/index/case/mail.png") no-repeat center;
}

.case-content a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 111111;
    line-height: 248px;
    color: rgba(129, 127, 127, 0.952);
    text-align: center;
    font-size: 2rem;
    /* font-weight: 900; */
    letter-spacing: 10px;
}

.case-more {
    width: 100%;
    height: 70px;
    padding: 10px;
    margin: 50px auto 40px;
}

.case-more a {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 50px;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
}

/* new */
.news-content {
    width: 1245px;
    margin: 30px auto;
    overflow: hidden;

}

.news-content .news-detail {
    width: 311px;
    height: 300px;
    background: #F9F9F8;
    float: left;
    margin: 0 18px;
    position: relative;
}

.news-content .time {
    width: 100%;
    height: 60px;
    line-height: 70px;
    color: #49428F;
    font-size: 28px;
    text-indent: 20px;

}

.news-content .title {
    width: 100%;
    height: 30px;
    line-height: 26px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    padding: 0 20px;

}

.news-content .summary {
    width: 100%;
    line-height: 30px;
    color: #999999;
    font-size: 16px;
    padding: 20px;
    font-weight: 400;

}

.news-content .more {
    background: url("../images/news_more.png") no-repeat center;
    font-size: 0;
    height: 40px;
    width: 100px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.more-news {
    background: url(../images/more_news.png) no-repeat center;
    height: 300px;
    width: 200px;
    float: left;
}

.news-content .more a {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 100px;
    font-size: 0px;
    text-decoration: none;
}

.news-content .more a:hover {
    text-decoration: none;
}

.more-news a {
    display: block;
    width: 100%;
    height: 100%;
}


.aboutus-content {
    width: 1200px;
    margin: 30px auto 0;
}

.aboutus-content div {
    float: left;
    text-align: center;
    padding: 30px;
    font-size: 26px;
    color: #333333;

}

.aboutus-content div p {
    color: #ADADAD;
    font-size: 16px;
    margin-top: 5px;
}

.aboutus-content div a {
    color: #333333;
    text-decoration: none;
    display: block;
    height: 180px;
    line-height: 300px;
}

.aboutus-content div.aboutus-intro {
    width: 339px;
    border-right: 1px solid #cccccc;
    padding-top: 30px;
    background: url("../images/profile.png") no-repeat center 0;
}

.aboutus-content div.aboutus-qualification {
    width: 330px;
    border-right: 1px solid #cccccc;
    padding-top: 30px;
    background: url("../images/qualification.png") no-repeat center 0;
}

.aboutus-content div.aboutus-honor {
    width: 339px;
    padding-top: 30px;
    background: url("../images/honor.png") no-repeat center 0;
}